Welcome![Sign In][Sign Up]
Location:
Search - Windows Gdi

Search list

[OS program基于Windows GDI+的几何线条处理

Description: 介绍了GDI+对几何线条创建、应用等基本方法,并以实例的方式对其中难于理解的部分提供了示例代码,实现了原先GDI不易实现的功能-introduced GDI to create geometric lines, the application of the basic approach and examples of the way in which it difficult to understand some of the sample code to achieve the original GDI difficult to realize the function
Platform: | Size: 3790 | Author: 尹科华 | Hits:

[Windows Develop实现的windows gdi图形编程

Description: 此程序实现的windows gdi图形编程
Platform: | Size: 129345 | Author: lovinglmy@163.com | Hits:

[Bookswindows编程技术

Description: 一本讲义,以“了解Windows编程的特点与Visual Studio开发平台,掌握Visual C++的MFC和Visual C# 的.NET编程,基本掌握OOP语言和若干实用的Windows编程技术”为目标,包括:用户界面、图形、文档视图等MFC基础编程,标准C++与STL、Java、C# 等OOP语言的语法和特点,.NET框架、FCL类库、窗体、WPF、WCF、WF、LINQ等.NET编程技术,以及GDI+、DLL、组件、多线程、多核、数据库、网络等高级程序设计。
Platform: | Size: 22414520 | Author: Emerald68@163.com | Hits:

[Internet-NetworkWinJPEG(GDI+)Exp_MS04-028.c

Description: 工具分类:攻击程序 运行平台:Windows 工具大小:7577 Bytes 文件MD5 :28f6d5f4d818438522a3d0dc8a3fa46b 工具来源:securiteam.com // GDI+ buffer overrun exploit by FoToZ // NB: the headers here are only sample headers taken from a .JPG file, // with the FF FE 00 01 inserted in header1. // Sample shellcode is provided // You can put approx. 2500 bytes of shellcode...who needs that much anyway // Tested on an unpatched WinXP SP1-classification tools : running attack platforms : Windows tool Size : MD5 7577 Bytes Document : 28f6d5f4d818438522a3d0dc8a3fa46b tools Source : securiteam.com// GDI buffer overrun by FoToZ exploit// NB : the headers here are only sample taken from a headers. JPG file ,// FE with the FF 00 01 inserted in header1.// Sample Shellcode is provided// You can put approx. 2500 bytes of Shellcode ... who needs that much anyway// Tested on an unpatched WinXP SP1
Platform: | Size: 3072 | Author: | Hits:

[DocumentsGDI+介绍

Description: Windows XP GDI+ 介绍-introduced Windows XP GDI
Platform: | Size: 4096 | Author: 崔明 | Hits:

[Graph programGDIExplorer

Description: 一个介绍如何使用windows GDI的实例大全-a presentation on the use of windows GDI examples Daquan
Platform: | Size: 306176 | Author: 黄波 | Hits:

[BooksWindows Graphics Programming Win32 GDI and DirectD

Description: GDI开发图形的好书-GDI graphics development books
Platform: | Size: 9488384 | Author: 王梓旭 | Hits:

[GUI DevelopStartGDIPlus

Description: windows GDI+编程,关于怎么使用CPen,CBbush等deng-on how to use CPen, such as Deng CBbush
Platform: | Size: 5111808 | Author: ffff | Hits:

[Graph programAddison.Wesley.Graphics.Programming.With.GDI.Plus.

Description: 这是迄今为止关于 GDI+ 图形编程最全面的一本书,本书将是一本 Windows 图形程序员非常有用的工具书。-this by far the GDI graphics programming on the most comprehensive one book, this book will be a Windows graphics programmers very useful tool.
Platform: | Size: 6710272 | Author: 李昊 | Hits:

[OS program基于Windows GDI+的几何线条处理

Description: 介绍了GDI+对几何线条创建、应用等基本方法,并以实例的方式对其中难于理解的部分提供了示例代码,实现了原先GDI不易实现的功能-introduced GDI to create geometric lines, the application of the basic approach and examples of the way in which it difficult to understand some of the sample code to achieve the original GDI difficult to realize the function
Platform: | Size: 3072 | Author: 尹科华 | Hits:

[GDI-BitmapWindowsGDIGDI+example

Description: Windows GDI和GDI+编程实例剖析 具体的分析了他们之间的异同点-Windows GDI and GDI+ Programming analysis of specific examples of analysis of the similarities and differences between them
Platform: | Size: 274432 | Author: yunan | Hits:

[assembly languagehuibiantuxinchaozuo

Description: GDI 即图形设备界面,是 Windows 最重要的部分之一,它大部分由 GDI32.DLL 库中的 API 来处理,GDI 的主要目的之一是支持与设备无关的图形编程,对于 Dos 下的图形编程,很多人可能“心有余悸”,因为PC 中有太多种类的显示卡,而几乎每个显示卡的处理都是不同的,即使后来有了 Vesa 编程,我们还是不能全部撇开具体的硬件,Windows GDI 使我们对图形的编程变得相对简单了很多,由于GDI 是 Windows 最庞大的部分,并不是几句话能讲清楚的,本节要讲的是 Windows 下GDI 的基本处理步骤和简单的位图处理,并没有涉及到 Directx 一类的编程。只希望能对朋友们有所启发。 Windows 并不允许程序员访问显示硬件,它的所有对屏幕的操作是通过环境设备(DC)来处理的,屏幕上的每一个窗口对应一个DC,你可以把一个DC 想象成这个窗口的视频缓冲区,你对DC的操作结果会反映到屏幕上,在窗口的DC之外,你也可以自己建立DC,这相当于建立一个内存中的缓冲区,你对这个DC的操作结果保存在内存中。你也可以用 API 在不同的DC之间拷贝数据,比如说你可以在内存DC 中先建立好数据,然后拷贝到窗口的DC中,就相当于完成了屏幕的刷新。 -err
Platform: | Size: 2048 | Author: youfangyuan | Hits:

[GDI-Bitmapgdiexample

Description: windows GDI 图形编程的一个实例-windows GDI graphical programming an example of
Platform: | Size: 33792 | Author: gaomingjie | Hits:

[OS programGDI_SDK_doc

Description: Microsoft Windows GDI+是为C/C++开发者提供的一个基于类的应用程序编程接口(API)。本文档为中文翻译,希望对大家有用。-Microsoft Windows GDI+ Is C/C++ Developer to provide a class-based Application Programming Interface (API). This document translated into Chinese, in the hope that everyone useful.
Platform: | Size: 1832960 | Author: sunu | Hits:

[Windows DevelopGDI

Description: G D I绘图,用visual c++6.0开发的windows G D I图像编程-GDI graphics, using visual c 6.0 development windows GDI Graphics Programming
Platform: | Size: 95232 | Author: juege | Hits:

[Windows DevelopWIndowsGDI

Description: Describes Windows GDI
Platform: | Size: 1953792 | Author: akrynski | Hits:

[2D GraphicGDIGraphic

Description: windows GDI应用,很难找到的!和大家一起分享!-Application windows GDI
Platform: | Size: 203776 | Author: fhj | Hits:

[VC/MFCGDI

Description: 比较详细的介绍了 windows 下 图形界面的编程原理 对于一些基本类 都有明确的介绍-GDI
Platform: | Size: 1825792 | Author: 苏鹏东 | Hits:

[GDI-BitmapGDI-SDK

Description: GDI+ SDK参考(翻译版本) Microsoft Windows GDI+是为C/C++开发者提供的一个基于类的应用程序编程接口(API)。它使得程序可以同时在视频显示器和打印机上使用图形和格式化文本。基于Microsoft Win32的应用程序不能直接访问图形硬件,而是通过GDI+来协调设备驱动和程序动作的交互。GDI+同样支持Microsoft Win64。 适用范围 GDI适用于所有的Window应用程序。GDI+是包含于Windows XP和Windows Server 2003中的一项新技术。运行于Microsoft Windows NT 4.0 SP6、Windows 2000、Windows 98 和 Windows Me操作系统的应用程序在分发的时候需要包含GDI+。 -Target Microsoft Windows GDI+ is C/C++ developers to provide a class-based application programming interface (API). It allows the video program can also monitor and printer use graphics and formatted text. Microsoft Win32-based applications can not access the graphics hardware directly, but through the GDI+ device drivers and programs to coordinate the actions of the interaction. GDI+ also supports the Microsoft Win64. Scope of GDI for all Window applications. GDI+ is included in Windows XP and Windows Server 2003, a new technology. Running on Microsoft Windows NT 4.0 SP6, Windows 2000, Windows 98 and Windows Me operating system, applications need to include in the distribution when the GDI+.
Platform: | Size: 1833984 | Author: 蔡孟超 | Hits:

[GUI DevelopGDIP_SDK(GDI)

Description: Windows下进行界面编程的参考书籍,内容详细。包括如何创建和显示位图、逻辑字体、Win32的GUI程序等等。-Windows programming interface under the reference books and detailed. Including how to create and display a bitmap, the logical font, Win32' s GUI procedures.
Platform: | Size: 62464 | Author: 范荣琦 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net